home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / p_bro_w.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  372 b   |  13 lines

  1. on exitFrame
  2.   global gslidetime
  3.   if the ticks < gslidetime then
  4.     go(the frame)
  5.   else
  6.     set tcount to integer(the text of member "fPhotoCount") + 1
  7.     if tcount > integer(item integer(the text of member "fPhotoFolder") of the text of member "fPhotoMax") then
  8.       set tcount to 1
  9.     end if
  10.     set the text of member "fPhotoCount" to string(tcount)
  11.   end if
  12. end
  13.